home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
-
- @interface Inspector:Object
- {
- id roadBox;
- id roadGraph;
- id roadLength;
- id roadTemperature;
- id roadWindSpeed;
-
- id carBox;
- id carDragCoefficient;
- id carFrontalArea;
- id carMass;
- id carPlotAcceleration;
- id carTestMode;
-
- id controllerBox;
- id controllerMass;
- id controllerShiftCeiling;
- id controllerShiftFloor;
-
- id transmissionBox;
- id transmissionCurrentGear;
- id transmissionEfficiency;
- id transmissionFinalDriveRatio;
- id transmissionGearRatios;
- id transmissionMass;
- id transmissionShiftLag;
- id transmissionShiftPoints;
-
- id engineBox;
- id engineCoefficients;
- id engineEfficiency;
- id engineGraph;
- id engineMass;
- id engineRedline;
- id engineStallSpeed;
- id engineStartLag;
-
- id gasTankBox;
- id gasTankCurrent;
- id gasTankEnergyDensity;
- id gasTankFuelDensity;
- id gasTankMass;
- id gasTankMax;
-
- id motorBox;
- id motorCrossover;
- id motorEfficiency;
- id motorHighCoefficients;
- id motorHighEndGraph;
- id motorLowCoefficients;
- id motorLowEndGraph;
- id motorMass;
- id motorMax;
- id motorRegenerationEfficiency;
-
- id batteryBox;
- id batteryAmpCoefficients;
- id batteryAmpGraph;
- id batteryEfficiency;
- id batteryMass;
- id batteryMax;
- id batteryPeakDraw;
- id batteryPlotAmps;
- id batteryPlotCharge;
- id batteryPlotVolts;
- id batteryPresent;
- id batteryVoltCoefficients;
- id batteryVoltGraph;
-
- id wheelBox;
- id wheelDiameter;
- id wheelMass;
- id wheelRollingResistance;
-
- id cycleBox;
- id cycleEnd;
- id cycleGraph;
- id cycleLength;
- id cycleStart;
-
- id inspectorBox;
- id inspectorPanel;
- id boxList[10];
- }
-
- // Override methods
- - init;
-
- // The methods are grouped into sets according to which set of controls they refer to.
- - setRoadBox:anObject;
- - OKRoadBox:sender;
- - revertRoadBox:sender;
- - loadRoad:sender;
- - updateRoadGraph:(const char *)filename;
-
- - setCarBox:anObject;
- - OKCarBox:sender;
- - revertCarBox:sender;
- - updateCarBox:(const char *)filename;
-
- - setControllerBox:anObject;
- - OKControllerBox:sender;
- - revertControllerBox:sender;
-
- - setTransmissionBox:anObject;
- - OKTransmissionBox:sender;
- - revertTransmissionBox:sender;
-
- - setEngineBox:anObject;
- - OKEngineBox:sender;
- - revertEngineBox:sender;
-
- - setGasTankBox:anObject;
- - OKGasTankBox:sender;
- - revertGasTankBox:sender;
-
- - setMotorBox:anObject;
- - OKMotorBox:sender;
- - revertMotorBox:sender;
-
- - setBatteryBox:anObject;
- - OKBatteryBox:sender;
- - revertBatteryBox:sender;
-
- - setWheelBox:anObject;
- - revertWheelBox:sender;
- - OKWheelBox:sender;
-
- - setCycleBox:anObject;
- - OKCycleBox:sender;
- - revertCycleBox:sender;
- - loadCycle:sender;
- - updateCycleGraph:(const char *)filename;
-
- - flipInspector:sender;
- - updateBoxes;
-
- @end
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-